home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 140
/
(Vol 140) Sep 19 2011.iso
/
Games
/
theLifeArk.swf
/
scripts
/
DefineSprite_717
/
frame_9
/
DoAction.as
Wrap
Text File
|
2011-09-19
|
256b
|
8 lines
_global.ctn.sndCtrl.playSound("snd_stoneBreak");
if(!_global.scene.cutStoneScoreOver)
{
_global.scene.cutStoneScoreOver = true;
_global.ctn.game.addScore(354,478,30,60);
_global.ctn.game.addScore(20,Math.round(10 * Math.random()),30,60);
}